This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
How do you use it in a self build LotusScript class???
For example I have the following agent with print statements I want to replace with your framework
Agent :
Print “Creating car”
Dim myCar as Car
Set myCar = New Car()
call myCar.start
call myCar.stop
Set car = nothing
Print "Start other code"
...
Public Class Car
Public Sub start()
Print “Car is being started”
End Sub
Public Sub stop()
Print “Car is being stopped”
End Sub
Public Sub new()
Print “Car instance is being created”
End Sub
Public Sub delete()
Print “Car instance is being deleted”
End Sub
End Class
Feedback response number WEBB8SGBG9 created by ~Helga Pregeroplopader on 03/17/2012